#gallery-tour .gallery-images img,
#gallery-controls .gallery-images img {
  /* object-fit: cover; */
  width: 100%;
}


#gallery-tour .gallery-images img {
  height: 566px;
  object-fit: cover;
  background: linear-gradient(180deg, #c7b7b7, transparent);
  background: white;
  /* height: 100%; */
}

#gallery-controls .gallery-images img {
  height: 120px;
  object-fit: cover;
  padding-right: 5px;
}

#infogallery {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #544646;
    color: white;
    padding: 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 300;
}
